|
Foxit PDF SDK
|
继承自 FoxitPDFSDKPython3._object .
Public 成员函数 | |
| def | SOAPRequestProperties () |
| 构造函数。 更多... | |
| def | Set (request_url, request_content, soap_action, soap_namespace, soap_version, content_type, is_encode, is_wiredump, request_header, authenticate) |
| 设置值。 更多... | |
静态 Public 属性 | |
| authenticate = _fsdk.SOAPRequestProperties_authenticate | |
| 指定如何处理HTTP身份验证或用于Web服务安全的凭据的对象。 | |
| content_type = _fsdk.SOAPRequestProperties_content_type | |
| 允许指定HTTP content-type头。默认使用SOAP消息传递HTTP content-type。 | |
| is_encode = _fsdk.SOAPRequestProperties_is_encode | |
| 使用SOAP规范中描述的SOAP编码对请求进行编码。 否则,使用字面编码。 | |
| is_wiredump = _fsdk.SOAPRequestProperties_is_wiredump | |
| 是否输出SOAP请求和响应的调试信息,默认为true。 | |
| request_content = _fsdk.SOAPRequestProperties_request_content | |
| 指定远程过程名称和参数或要发送的XML消息的对象。 | |
| request_header = _fsdk.SOAPRequestProperties_request_header | |
| 指定要包含在请求中的SOAP头的对象。默认是 发送仅包含SOAP Body的请求。 | |
| request_url = _fsdk.SOAPRequestProperties_request_url | |
| SOAP HTTP端点的URL。 | |
| soap_action = _fsdk.SOAPRequestProperties_soap_action | |
| SOAP动作是写入HTTP头的URN,供防火墙和服务器用于过滤SOAP请求。 | |
| soap_namespace = _fsdk.SOAPRequestProperties_soap_namespace | |
| 当请求不使用SOAP编码时消息架构的命名空间。 更多... | |
| soap_version = _fsdk.SOAPRequestProperties_soap_version | |
| 生成XML消息时要使用的SOAP协议版本。 | |
此类表示SOAP request properties。
| def FoxitPDFSDKPython3.SOAPRequestProperties.SOAPRequestProperties | ( | ) |
构造函数。
构造函数,带参数。
拷贝构造函数,使用另一个SOAP请求属性对象。
| [in] | request_properties | 另一个SOAP请求属性对象。 |
| [in] | request_url | SOAP HTTP端点的URL。 |
| [in] | request_content | 指定远程过程名称和参数或要发送的XML消息的对象。 |
| [in] | soap_action | SOAP动作是写入HTTP头的URN,供防火墙和服务器用于过滤SOAP请求。 |
| [in] | soap_namespace | 当请求不使用SOAP编码时消息架构的命名空间。 |
| [in] | soap_version | 生成XML消息时要使用的SOAP协议版本。 |
| [in] | content_type | 允许指定HTTP content-type头。默认使用SOAP 消息传递HTTP content-type。 |
| [in] | is_encode | 使用SOAP规范中描述的SOAP编码对请求进行编码。 否则,使用字面编码。 |
| [in] | is_wiredump | 是否输出SOAP请求和响应的调试信息,默认为true。 |
| [in] | request_header | 指定要包含在请求中的SOAP头的对象。默认是 发送仅包含SOAP Body的请求 |
| [in] | authenticate | 指定如何处理HTTP身份验证或用于Web服务安全的凭据的对象。 |
| def FoxitPDFSDKPython3.SOAPRequestProperties.Set | ( | request_url, | |
| request_content, | |||
| soap_action, | |||
| soap_namespace, | |||
| soap_version, | |||
| content_type, | |||
| is_encode, | |||
| is_wiredump, | |||
| request_header, | |||
| authenticate | |||
| ) |
设置值。
| [in] | request_url | SOAP HTTP端点的URL。 |
| [in] | request_content | 指定远程过程名称和参数或要发送的XML消息的对象。 |
| [in] | soap_action | SOAP动作是写入HTTP头的URN,供防火墙和服务器用于过滤SOAP请求。 |
| [in] | soap_namespace | 当请求不使用SOAP编码时消息架构的命名空间。 |
| [in] | soap_version | 生成XML消息时要使用的SOAP协议版本。 |
| [in] | content_type | 允许指定HTTP content-type头。默认使用SOAP消息传递HTTP content-type。 |
| [in] | is_encode | 使用SOAP规范中描述的SOAP编码对请求进行编码。否则,使用字面编码。 |
| [in] | is_wiredump | 是否输出SOAP请求和响应的调试信息,默认为true。 |
| [in] | request_header | 指定要包含在请求中的SOAP头的对象。默认是发送仅包含SOAP Body的请求。 |
| [in] | authenticate | 指定如何处理HTTP身份验证或用于Web服务安全的凭据的对象。 |
|
static |
当请求不使用SOAP编码时消息架构的命名空间。
默认情况下省略架构声明。